Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1678: Allow CF Property Overrides #1696

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

garyrussell
Copy link
Contributor

Resolves #1678

Although the consumer factory can override properties using an overloaded
createConsumer method, add update/remove methods for properties to be
consistent with the ProducerFactory.

Change maps to concurrent to avoid possible ConcurrentModificationException.

Resolves spring-projects#1678

Although the consumer factory can override properties using an overloaded
`createConsumer` method, add update/remove methods for properties to be
consistent with the `ProducerFactory`.

Change maps to concurrent to avoid possible `ConcurrentModificationException`.
@artembilan artembilan merged commit 8879427 into spring-projects:master Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DefaultKafkaConsumerFactory Should have a way to set the configs after instantiation
2 participants